widget: Remove outdated comment about widget coordinates
authorTimm Bäder <mail@baedert.org>
Sat, 19 Aug 2017 09:43:29 +0000 (11:43 +0200)
committerTimm Bäder <mail@baedert.org>
Sat, 19 Aug 2017 09:43:29 +0000 (11:43 +0200)
Not so odd anymore.

gtk/gtkwidget.c

index 6e51ea563c63b9ccfaa069ef1449fc1654a026e9..dbfaa8cb12d31fccec4f55ca747874a2781aca4c 100644 (file)
@@ -4947,10 +4947,6 @@ gtk_widget_get_window_allocation (GtkWidget     *widget,
  * the region created from the given coordinates.
  *
  * The region here is specified in widget coordinates.
- * Widget coordinates are a bit odd; for historical reasons, they are
- * defined as @widget->window coordinates for widgets that return %TRUE for
- * gtk_widget_get_has_window(), and are relative to @widget->allocation.x,
- * @widget->allocation.y otherwise.
  *
  * @width or @height may be 0, in this case this function does
  * nothing. Negative values for @width and @height are not allowed.